aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/api/auth/[...nextauth] (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-02featuer: Introduce a new CLI for mass manipulation of bookmarksMohamedBassem11-1/+340
2024-04-02fix(workers): Add a timeout to the crawling job to prevent it from getting st...MohamedBassem2-1/+18
2024-04-02feat(workers): Allow configuring the language in which the tags are generated...MohamedBassem4-28/+8
2024-04-01fix(extension): Bump extension version to 1.2.2 to fix the incorrectly upload...MohamedBassem1-1/+1
2024-04-01fix(mobile): Allow android/ios connections over http. #6MohamedBassem3-0/+30
2024-03-31chore(workers): Remove unused configuration optionsMohamedBassem2-6/+0
2024-03-31feature(web): Add ⌘ + E shortcut for quickly focusing on the editorMohamedBassem1-30/+67
2024-03-31fix(web): Fix the color of the info pill in the all tags pageMohamedBassem1-2/+2
2024-03-31docs: Update the quick sharing docsMohamedBassem1-4/+5
2024-03-31ui(web): Add a background to the all lists paneMohamedBassem1-1/+1
2024-03-31readme: Add links to repo badgesMohamedBassem1-3/+7
2024-03-31feature: Split the tags in AllTags page by who used themMohamedBassem2-40/+112
2024-03-31feature: Add support deleting tagsMohamedBassem4-14/+94
2024-03-31refactor: Extract the action confirming dialog into its own componentMohamedBassem3-89/+94
2024-03-31Bump chrome container version to 123 to enable linux/arm64 support on it (#59)Luca2-2/+2
2024-03-30readme: Add discord link and other badges to the readmeMohamedBassem1-0/+8
2024-03-30fix(mobile): Refetch queries on app focusMohamedBassem1-0/+15
2024-03-30fix(mobile): Fix the non-smooth server address input field in signinMohamedBassem1-2/+8
2024-03-30format: Add missing lint and format, and format the entire repoMohamedBassem57-192/+255
2024-03-30fix: Sort search results by relevanceMohamedBassem3-1/+26
2024-03-30feature(web): Add support for attaching notes to bookmarksMohamedBassem10-2/+1012
2024-03-30feature(web): Allow support for multiple asset upload at the same time. Fixes...MohamedBassem2-17/+71
2024-03-30fix(web): Consistent spacing in the content container in all pages. Fixes #40MohamedBassem18-68/+51
2024-03-30fix(web): Disable keyboard shortcut submissions in demoModeMohamedBassem1-1/+10
2024-03-30Fix typo in docsMarco Cedaro1-1/+1
2024-03-29ui(extension): Update logo and bump versionMohamedBassem3-5/+4
2024-03-29fix(web): Fix the sharp missing error logMohamedBassem3-4/+259
2024-03-29release(mobile): Bump mobile version to 1.3.2MohamedBassem1-1/+1
2024-03-29readme: Update the readme to include the test flight linkMohamedBassem2-2/+2
2024-03-29readme: Update the readme to include the android app tracking issueMohamedBassem2-2/+2
2024-03-29readme: Add start historyMohamedBassem1-0/+5
2024-03-29mobile(android): Getting the android app ready for submissionMohamedBassem19-43/+109
2024-03-27fix: Slightly improve the colors of the destructive actions in dark modeMohamedBassem1-1/+1
2024-03-27feature: Change maximum asset size to be configurable. Fixes #33MohamedBassem3-12/+16
2024-03-27fix: Allow uploading webp images. Fixes #35MohamedBassem1-1/+5
2024-03-27fix(extension): Fix ugly looking popup in dark mode. Fixes #30MohamedBassem2-10/+8
2024-03-27fix: Allow submitting bookmarks with Ctrl+Enter. Fixes #24MohamedBassem1-1/+1
2024-03-27fix: Refresh the search cache when a bookmark is deleted. Fixes #26MohamedBassem1-0/+5
2024-03-27fix: Drop the 2k char limit on notes. Fixes #25MohamedBassem2-7/+12
2024-03-27fix: Attempt to increase the reliability of the ollama inferenceMohamedBassem4-17/+49
2024-03-27docs: Add a warning around the experimental nature of ollama, and add update ...MohamedBassem2-1/+20
2024-03-27fix: Fix allow links with trailing slashes in extension configuration. Fixes #18MohamedBassem1-1/+1
2024-03-27docs: Document the newly approved firefox addon. Fixes #4MohamedBassem2-2/+2
2024-03-27docs: Document the DISABLE_SIGNUPS config flag. Fixes #8MohamedBassem1-0/+1
2024-03-27feature: Allow specifying a specific redis db to use. Fixes #13MohamedBassem3-14/+18
2024-03-27fix: Fix typo in sidebar list item Favourites. Fixes #9MohamedBassem1-1/+1
2024-03-27feature: Add support for local models using ollamaMohamedBassem10-81/+206
2024-03-27refactor: Validate env variables using zodMohamedBassem7-46/+91
2024-03-26feature: Prepare the extension for submission to mozilla addon storeMohamedBassem5-0/+5
2024-03-26fix: Drop CORS restriction on the API routes as we're no longer doing fetches...MohamedBassem1-1/+1